|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
Parameter Keywords and Values for Aggregation
The following table lists the keywords and values that are valid for a Parameter for an Aggregation. The table also contains brief descriptions of the actions specified by the keyword and values.
The items in the Keyword column are values that you can specify in a call to the setKeyWord method. The items in the Value column are values that you can specify in a call to the setValue method. You specify all values as String objects.
| Keyword | Value | Description |
|---|---|---|
DIVIDEBYZERO |
YESNO |
Specifies whether to allow division by zero.
|
DECIMALOVERFLOW |
YESNO |
Specifies whether to allow decimal overflow, which occurs when the result of a calculation is too large to be represented by the exponent portion of the numerical representation.
|
NASKIP |
YESNO |
Specifies whether the aggregation operation ignores NA values.
A |
WEIGHTBY |
weight_object | Specifies values for a weighted aggregation operation.
As the weight_object value, give the name of a You must include a |
WNAFILL |
wnafillval | Specifies a value to substitute for NA values in the weight_object specified by a Parameter with the WEIGHTBY keyword. The wnafillval value is a String that designates a number or NA. A number value is usually between 0.0 and 1.0.
The default value for If you want A |